.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 99;
}
.header-wrap .header {
  width: 100%;
  height: 100%;
}
.header-wrap .header.no-bg-color {
  background: none;
}
.header-wrap .header.bg-color {
  background: #1e2f54;
}
.header-wrap .header:hover {
  background-color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.header-wrap .header:hover .nav-wrap .logo {
  background: url(../images/logo-se.png) no-repeat center;
  background-size: contain;
}
.header-wrap .header:hover .nav-wrap .logo span {
  color: #666;
}
.header-wrap .header:hover .nav-wrap .nav-list .nav-item .lk {
  color: #333;
}
.header-wrap .header .nav-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  padding: 0 10px;
  height: 100%;
  margin: 0 auto;
}
.header-wrap .header .nav-wrap .logo {
  position: relative;
  width: 150px;
  height: 60px;
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
}
.header-wrap .header .nav-wrap .logo span {
  position: absolute;
  top: 30%;
  right: -138px;
  width: 134px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
.header-wrap .header .nav-wrap .nav-list {
  width: auto;
}
.header-wrap .header .nav-wrap .nav-list .nav-item {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 100%;
  margin-left: 15px;
  text-align: center;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:hover .lk {
  color: #0e57a2;
}
.header-wrap .header .nav-wrap .nav-list .nav-item.cur:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40%;
  height: 2px;
  background: #fff;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .lk {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu-wrap {
  display: none;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu-wrap .sub-menu {
  position: absolute;
  top: 60px;
  width: auto;
  padding: 5px 30px 25px;
  background-color: #fff;
  box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu {
  width: 180px;
  left: -30px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item:nth-child(1) a {
  background: url(../images/nav-icon-se1.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item:nth-child(2) a {
  background: url(../images/nav-icon-se2.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item:nth-child(3) a {
  background: url(../images/nav-icon-se3.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item a {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-left: 5px;
  line-height: 38px;
  padding-left: 35px;
  font-size: 14px;
  text-align: left;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 950px;
  padding: 25px 40px 25px;
  left: 0;
  left: -305%;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item {
  width: auto;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(1) .sub-item-list {
  display: flex;
  flex-wrap: wrap;
  width: 440px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(1) .sub-item-list .sub-item-list_item {
  width: 220px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(1) .title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../images/nav-icon-se1.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(2) .title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../images/nav-icon-se2.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(3) .title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../images/nav-icon-se3.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .title {
  position: relative;
  height: 40px;
  line-height: 40px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .title:after {
  content: '';
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item h2 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  padding-left: 35px;
  font-weight: 600;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .sub-item-list {
  margin-top: 30px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .sub-item-list_item {
  height: 30px;
  margin-bottom: 15px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .sub-item-list_item a {
  display: block;
  width: 100%;
  height: 30px;
  padding-left: 10px;
  margin-top: 0;
  line-height: 30px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu {
  width: 180px;
  left: -30px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu .sub-item:nth-child(1) a {
  background: url(../images/bhdt-se1.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu .sub-item:nth-child(2) a {
  background: url(../images/bhdt-se2.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu .sub-item a {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-left: 5px;
  line-height: 38px;
  padding-left: 35px;
  font-size: 14px;
  text-align: left;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu {
  width: 180px;
  left: -28px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item:nth-child(1) a {
  background: url(../images/icon_gsjs1.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item:nth-child(2) a {
  background: url(../images/icon_zp.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item:nth-child(3) a {
  background: url(../images/icon_lxwm.png) no-repeat left center;
  background-size: 25px 25px;
}
.header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item a {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-left: 5px;
  line-height: 38px;
  padding-left: 35px;
  font-size: 14px;
  text-align: left;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu {
  width: 100%;
  right: 0;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu .sub-item a {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  line-height: 40px;
  font-size: 14px;
  text-align: left;
  transition: all .2s linear;
}
.header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu .sub-item a:hover {
  color: #0e57a2;
  transform: translate(0, -2px);
}

.footer {
  position: relative;
  width: 100%;
  height: 448px;
  background: url(../images/home_buttom_bgimg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.footer .address {
  position: relative;
  margin-top: 55px;
}
.footer .address .foot-logo {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .footer .address .foot-logo {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.footer .address .foot-logo img {
  width: 152px !important;
  width: 26px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.footer .address-info {
  display: flex;
  flex-direction: row;
  width: 997px;
  margin-top: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer .address-info .branch {
  margin-left: 40px;
}
.footer .address-info .tit {
  margin-top: 24px;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  .footer .address-info .tit {
    font-size: 16px;
  }
}
.footer .address-info .info {
  margin: 15px 0;
}
.footer .address-info .info p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
@media screen and (max-width: 1440px) {
  .footer .address-info .info p {
    font-size: 12px;
  }
}
.footer .wx-code {
  position: absolute;
  top: 48%;
  right: 80px;
}
@media screen and (max-width: 1440px) {
  .footer .wx-code {
    top: 43%;
    right: 48px;
  }
}
.footer .wx-code img {
  width: 68px;
  height: 68px;
}
.footer .wx-code .tit {
  width: 80px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.footer .coptype {
  position: absolute;
  bottom: 15px;
  width: 288px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer .coptype a {
  font-size: 12px;
  color: #fff;
}

#swiper1 {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}
#swiper1 .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
#swiper1 .swiper-slide img {
  width: 100%;
}
#swiper1 .swiper-slide video {
  display: block;
  width: 112%;
  height: 126%;
  margin: 0 auto;
  position: absolute;
  top: -14%;
  left: 0;
  right: 0;
  object-fit: cover;
}
#swiper1 .swiper-slide .bg-word {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 82px;
  transform: translateX(-50%);
  margin-top: -50px;
  overflow: hidden;
  letter-spacing: 18px;
  animation: a_banner 0.5s 0.5s linear forwards;
  -webkit-animation: a_banner 0.5s 0.5s linear forwards;
  -ms-animation: a_banner 0.5s 0.5s linear forwards;
  -moz-animation: a_banner 0.5s 0.5s linear forwards;
  -o-animation: a_banner 0.5s 0.5s linear forwards;
}
#swiper1 .swiper-slide .bg-word .text-word {
  font-size: 54px;
  color: #fff;
}
#swiper1 .swiper-slide .bg-word .text-word p {
  display: inline-block;
}
#swiper1 .swiper-slide .bg-word .text-word p:first-child {
  margin-right: 186px;
}
#swiper1 .swiper-slide .bg-word .text-word p:nth-child(2) {
  margin-right: 47px;
}
#swiper1 .swiper-slide .bg-word .animation-word {
  position: absolute;
  top: 0;
  left: 73px;
  width: 216px;
  height: 100px;
  overflow: hidden;
}
#swiper1 .swiper-slide .bg-word .animation-word.animation1 .word_1 {
  animation: a_banner_start 0.3s linear forwards;
  -webkit-animation: a_banner_start 0.3s linear forwards;
  -ms-animation: a_banner_start 0.3s linear forwards;
  -moz-animation: a_banner_start 0.3s linear forwards;
  -moz-animation: a_banner_start 0.3s linear forwards;
  -o-animation: a_banner_start 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-word.animation2 .word_1 {
  animation: a_banner_end 0.3s linear forwards;
  -webkit-animation: a_banner_end 0.3s linear forwards;
  -ms-animation: a_banner_end 0.3s linear forwards;
  -moz-animation: a_banner_end 0.3s linear forwards;
  -o-animation: a_banner_end 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-word.animation2 .word_2 {
  animation: a_banner_start 0.3s linear forwards;
  -webkit-animation: a_banner_start 0.3s linear forwards;
  -ms-animation: a_banner_start 0.3s linear forwards;
  -moz-animation: a_banner_start 0.3s linear forwards;
  -o-animation: a_banner_start 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-word.animation3 .word_2 {
  animation: a_banner_end 0.3s linear forwards;
  -webkit-animation: a_banner_end 0.3s linear forwards;
  -ms-animation: a_banner_end 0.3s linear forwards;
  -moz-animation: a_banner_end 0.3s linear forwards;
  -o-animation: a_banner_end 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-word.animation3 .word_3 {
  animation: a_banner_start 0.3s linear forwards;
  -webkit-animation: a_banner_start 0.3s linear forwards;
  -ms-animation: a_banner_start 0.3s linear forwards;
  -moz-animation: a_banner_start 0.3s linear forwards;
  -o-animation: a_banner_start 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-word.animation4 .word_3 {
  animation: a_banner_end 0.3s linear forwards;
  -webkit-animation: a_banner_end 0.3s linear forwards;
  -ms-animation: a_banner_end 0.3s linear forwards;
  -moz-animation: a_banner_end 0.3s linear forwards;
  -o-animation: a_banner_end 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-word.animation4 .word_4 {
  animation: a_banner_start 0.3s linear forwards;
  -webkit-animation: a_banner_start 0.3s linear forwards;
  -ms-animation: a_banner_start 0.3s linear forwards;
  -moz-animation: a_banner_start 0.3s linear forwards;
  -o-animation: a_banner_start 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-word i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 216px;
  height: 100px;
  font-style: normal;
  color: #fff;
  font-size: 54px;
  letter-spacing: 18px;
}
#swiper1 .swiper-slide .bg-word .animation-word i.word_1 {
  opacity: 1;
}
#swiper1 .swiper-slide .bg-word .animation-word i.word_2 {
  opacity: 0;
}
#swiper1 .swiper-slide .bg-word .animation-word i.word_3 {
  opacity: 0;
}
#swiper1 .swiper-slide .bg-word .animation-word i.word_4 {
  opacity: 0;
}
#swiper1 .swiper-slide .bg-word .animation-one {
  position: absolute;
  top: 0;
  right: 90px;
  width: 54px;
  height: 82px;
}
#swiper1 .swiper-slide .bg-word .animation-one.animation1 .word_1 {
  animation: a_banner_start 0.3s linear forwards;
  -webkit-animation: a_banner_start 0.3s linear forwards;
  -ms-animation: a_banner_start 0.3s linear forwards;
  -moz-animation: a_banner_start 0.3s linear forwards;
  -moz-animation: a_banner_start 0.3s linear forwards;
  -o-animation: a_banner_start 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-one.animation2 .word_1 {
  animation: a_banner_end 0.3s linear forwards;
  -webkit-animation: a_banner_end 0.3s linear forwards;
  -ms-animation: a_banner_end 0.3s linear forwards;
  -moz-animation: a_banner_end 0.3s linear forwards;
  -o-animation: a_banner_end 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-one.animation2 .word_2 {
  animation: a_banner_start 0.3s linear forwards;
  -webkit-animation: a_banner_start 0.3s linear forwards;
  -ms-animation: a_banner_start 0.3s linear forwards;
  -moz-animation: a_banner_start 0.3s linear forwards;
  -o-animation: a_banner_start 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-one.animation3 .word_2 {
  animation: a_banner_end 0.3s linear forwards;
  -webkit-animation: a_banner_end 0.3s linear forwards;
  -ms-animation: a_banner_end 0.3s linear forwards;
  -moz-animation: a_banner_end 0.3s linear forwards;
  -o-animation: a_banner_end 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-one.animation3 .word_3 {
  animation: a_banner_start 0.3s linear forwards;
  -webkit-animation: a_banner_start 0.3s linear forwards;
  -ms-animation: a_banner_start 0.3s linear forwards;
  -moz-animation: a_banner_start 0.3s linear forwards;
  -o-animation: a_banner_start 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-one.animation4 .word_3 {
  animation: a_banner_end 0.3s linear forwards;
  -webkit-animation: a_banner_end 0.3s linear forwards;
  -ms-animation: a_banner_end 0.3s linear forwards;
  -moz-animation: a_banner_end 0.3s linear forwards;
  -o-animation: a_banner_end 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-one.animation4 .word_4 {
  animation: a_banner_start 0.3s linear forwards;
  -webkit-animation: a_banner_start 0.3s linear forwards;
  -ms-animation: a_banner_start 0.3s linear forwards;
  -moz-animation: a_banner_start 0.3s linear forwards;
  -o-animation: a_banner_start 0.3s linear forwards;
}
#swiper1 .swiper-slide .bg-word .animation-one i {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 82px;
  display: block;
  font-style: normal;
  color: #fff;
  font-size: 54px;
}
#swiper1 .swiper-slide .bg-word .animation-one i.word_1 {
  opacity: 1;
}
#swiper1 .swiper-slide .bg-word .animation-one i.word_2 {
  opacity: 0;
}
#swiper1 .swiper-slide .bg-word .animation-one i.word_3 {
  opacity: 0;
}
#swiper1 .swiper-slide .bg-word .animation-one i.word_4 {
  opacity: 0;
}
#swiper1 .swiper-slide .tit-wrap {
  position: absolute;
  top: 45%;
  left: 270px;
  margin-top: -33px;
  z-index: 6;
}
#swiper1 .swiper-slide .tit-wrap.p-l {
  top: 45%;
  right: 270px;
  left: auto;
}
#swiper1 .swiper-slide .tit-wrap .tit {
  font-size: 50px;
  font-weight: bold;
  background: linear-gradient(to right, #3dfcff, #5cc1ff);
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 5px;
}
@media screen and (max-width: 1440px) {
  #swiper1 .swiper-slide .tit-wrap .tit {
    font-size: 32px;
  }
}
#swiper1 .swiper-button-next {
  right: 30px;
}
#swiper1 .swiper-button-prev {
  left: 30px;
}
#swiper1 .swiper-button-next,
#swiper1 .swiper-button-prev {
  color: #fff;
  border: none;
}
#swiper1 .swiper-button-next:after,
#swiper1 .swiper-button-prev:after {
  font-size: 30px;
}

.course-wrap {
  width: 100%;
  height: 180px;
  background-color: #eee;
  transition: all .3s ease-in-out;
}
.course-wrap .course-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .course-wrap .course-list {
    width: 74%;
  }
}
.course-wrap .course-item {
  position: relative;
  width: 32%;
  height: 180px;
  z-index: 1;
}
.course-wrap .course-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-color: #fff;
  transform: skew(-15deg);
  transition: all .3s linear;
  z-index: -1;
}
.course-wrap .course-item:nth-child(1) .course-icon {
  background-position: -3px 0;
}
.course-wrap .course-item:nth-child(2) .course-icon {
  background-position: -103px 0;
}
.course-wrap .course-item:nth-child(3) .course-icon {
  background-position: -206px 0;
}
.course-wrap .course-item .course-tips {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -125px;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 80px;
}
.course-wrap .course-item .course-icon {
  display: block;
  width: 80px;
  height: 80px;
  background: url(../images/home_middle_icon_se.png) no-repeat center center;
}
.course-wrap .course-item .tit-wrap {
  margin-left: 10px;
}
.course-wrap .course-item .sub-tit {
  font-size: 18px;
  color: #0e57a2;
}
@media screen and (max-width: 1440px) {
  .course-wrap .course-item .sub-tit {
    font-size: 16px;
  }
}
.course-wrap .course-item .tit {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .course-wrap .course-item .tit {
    font-size: 20px;
  }
}
.course-wrap .course-item .time {
  position: absolute;
  bottom: 30px;
  left: 42%;
  font-size: 24px;
  font-family: "Bebas";
  color: #999;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .course-wrap .course-item .time {
    font-size: 20px;
  }
}
.course-wrap .course-item .time i {
  position: absolute;
  top: -3px;
  width: 48px;
  font-weight: 600;
  font-size: 24px;
  font-style: normal;
}
@media screen and (max-width: 1440px) {
  .course-wrap .course-item .time i {
    font-size: 20px;
  }
}

.short-essay-wrap {
  width: 100%;
}
.short-essay-wrap .short-essay {
  padding: 60px 30px;
}
.short-essay-wrap .short-essay-tit {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  color: #1E2F54;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(238, 238, 238, 0.3) 20%, rgba(238, 238, 238, 0.4) 30%, rgba(238, 238, 238, 0.5) 40%, rgba(238, 238, 238, 0.8) 50%, rgba(238, 238, 238, 0.5) 60%, rgba(238, 238, 238, 0.4) 70%, rgba(238, 238, 238, 0.3) 80%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1440px) {
  .short-essay-wrap .short-essay-tit {
    font-size: 24px;
  }
}
.short-essay-wrap .short-essay-msg {
  width: 959px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 36px;
  margin-top: 56px;
  color: #333;
  text-indent: 2em;
}
@media screen and (max-width: 1440px) {
  .short-essay-wrap .short-essay-msg {
    margin-top: 30px;
  }
}

.solution-wrap {
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
}
.solution-wrap .solution-tit-wrap {
  margin-top: 60px;
  text-align: center;
}
.solution-wrap .solution-tit-wrap .tit {
  font-size: 28px;
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .solution-wrap .solution-tit-wrap .tit {
    font-size: 24px;
  }
}
.solution-wrap .solution-tit-wrap .sub-tit {
  width: 330px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  margin: 20px auto 0;
  background: url(../images/home_img_bt.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  .solution-wrap .solution-tit-wrap .sub-tit {
    font-size: 14px;
  }
}
.solution-wrap .solution-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 60px;
  justify-content: space-between;
  background: url(../images/bg.gif) no-repeat;
  background-position: 49% 32%;
}
.solution-wrap .solution-content .solution-item {
  width: 340px;
}
.solution-wrap .solution-content .solution-item:nth-child(1) {
  margin-top: 110px;
}
.solution-wrap .solution-content .solution-item:nth-child(2) {
  position: relative;
  width: 568px;
  background: url(../images/ditu.png) no-repeat bottom center;
  background-size: contain;
}
.solution-wrap .solution-content .solution-item:nth-child(2) .sub-item {
  width: 270px;
}
.solution-wrap .solution-content .solution-item:nth-child(2) .sub-item:nth-child(1) {
  position: absolute;
  bottom: 105px;
  left: -60px;
}
.solution-wrap .solution-content .solution-item:nth-child(2) .sub-item:nth-child(2) {
  position: absolute;
  bottom: 8px;
  left: 24%;
}
.solution-wrap .solution-content .solution-item:nth-child(2) .sub-item:nth-child(3) {
  position: absolute;
  bottom: 120px;
  right: -70px;
}
.solution-wrap .solution-content .solution-item:nth-child(2) .sub-item .tips {
  position: absolute;
  bottom: 60%;
  left: 0;
  text-align: center;
  z-index: 55;
  width: 270px;
  transition: transform .3s linear;
}
.solution-wrap .solution-content .solution-item:nth-child(2) .sub-item .tips:hover {
  transform: translate(0, -5px);
}
.solution-wrap .solution-content .solution-item:nth-child(2) .sub-item .tips p {
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  color: #0e57a2;
}
.solution-wrap .solution-content .solution-item:nth-child(2) .sub-item .tips p:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #0e57a2;
}
.solution-wrap .solution-content .solution-item:nth-child(2) .sub-item .tips p:last-child:after {
  display: none;
}
.solution-wrap .solution-content .solution-item img {
  width: 100%;
}

.business-wrap {
  width: 100%;
  height: auto;
  min-height: 540px;
  background: url(../images/business-bg.jpg) no-repeat center;
}
.business-wrap .content {
  position: relative;
}
.business-wrap .tab-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  z-index: 9;
}
.business-wrap .tab-list .tab-item {
  position: relative;
  width: 100%;
  height: 180px;
  line-height: 72px;
  font-size: 27px;
  font-weight: 600;
  color: #0e57a2;
  padding: 30px 0 30px 85px;
}
@media screen and (max-width: 1440px) {
  .business-wrap .tab-list .tab-item {
    font-size: 24px;
  }
}
.business-wrap .tab-list .tab-item:last-child:before {
  border-bottom: none;
}
.business-wrap .tab-list .tab-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #999;
  background: rgba(255, 255, 255, 0.8);
  transition: all .3s ease-in-out;
  transform: skew(10deg);
  z-index: -1;
}
.business-wrap .tab-list .tab-item:nth-child(1):after {
  background: url(../images/nav-icon-se1.png) no-repeat right center;
  background-size: contain;
}
.business-wrap .tab-list .tab-item:nth-child(2):after {
  background: url(../images/nav-icon-se2.png) no-repeat right center;
  background-size: contain;
}
.business-wrap .tab-list .tab-item:nth-child(3):after {
  background: url(../images/nav-icon-se3.png) no-repeat right center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  .business-wrap .tab-list .tab-item:after {
    left: 38px;
  }
}
.business-wrap .tab-list .tab-item:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 45px;
  left: 35px;
}
.business-wrap .tab-list .tab-item .left {
  position: absolute;
  top: 70%;
  left: 80%;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 0;
  background: url(../images/jt-se.png) no-repeat;
  transition: margin-left .3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .business-wrap .tab-list .tab-item .left {
    left: 77%;
  }
}
.business-wrap .tab-list .tab-item:nth-child(2) h3 {
  left: 12%;
}
.business-wrap .tab-list .tab-item h3 {
  position: absolute;
  top: 50%;
  left: 10%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.business-wrap .tab-list .tab-item.cur, .business-wrap .tab-list .tab-item:hover {
  color: #fff;
}
.business-wrap .tab-list .tab-item.cur:nth-child(1):after, .business-wrap .tab-list .tab-item:hover:nth-child(1):after {
  background: url(../images/nav-icon-w1.png) no-repeat right center;
  background-size: contain;
}
.business-wrap .tab-list .tab-item.cur:nth-child(2):after, .business-wrap .tab-list .tab-item:hover:nth-child(2):after {
  background: url(../images/nav-icon-w2.png) no-repeat right center;
  background-size: contain;
}
.business-wrap .tab-list .tab-item.cur:nth-child(3):after, .business-wrap .tab-list .tab-item:hover:nth-child(3):after {
  background: url(../images/nav-icon-w3.png) no-repeat right center;
  background-size: contain;
}
.business-wrap .tab-list .tab-item.cur .left, .business-wrap .tab-list .tab-item:hover .left {
  margin-left: 30px;
  background: url(../images/jt-white.png) no-repeat;
}
.business-wrap .tab-list .tab-item.cur::before, .business-wrap .tab-list .tab-item:hover::before {
  background: #1e2f54;
  border-color: #1e2f54;
}
.business-wrap .tab-content {
  position: absolute;
  top: 0;
  right: 0;
  transform: skew(-10deg);
  z-index: 8;
}
.business-wrap .tab-content .tab-content-item {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 670px;
  height: 540px;
  max-height: 540px;
  padding: 0 20px;
  background: #3f1517;
  transition: opacity .3s ease-in-out;
  overflow: hidden;
}
.business-wrap .tab-content .tab-content-item.active {
  display: block;
}
.business-wrap .tab-content .tab-content-item .sub-item {
  position: relative;
  float: left;
  width: 50%;
  height: 50%;
  overflow: hidden;
}
.business-wrap .tab-content .tab-content-item .sub-item.w-100 {
  width: 100%;
}
.business-wrap .tab-content .tab-content-item .sub-item.w-33 {
  width: 33.33%;
}
.business-wrap .tab-content .tab-content-item .sub-item:hover .img-wrap img {
  transform: scale(1.4);
}
.business-wrap .tab-content .tab-content-item .sub-item .img-wrap {
  width: 100%;
  height: 100%;
  transform: skew(10deg);
}
.business-wrap .tab-content .tab-content-item .sub-item .img-wrap img {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  object-fit: cover;
  transition: transform .3s linear;
}
.business-wrap .tab-content .tab-content-item .sub-item .mark {
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  padding: 15px;
  transition: bottom .2s linear;
  z-index: 5;
}
.business-wrap .tab-content .tab-content-item .sub-item .mark.special {
  bottom: -35px;
}
.business-wrap .tab-content .tab-content-item .sub-item .mark:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 15px;
  opacity: 1;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  z-index: -1;
  box-sizing: border-box;
}
.business-wrap .tab-content .tab-content-item .sub-item .mark .mark-list-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.business-wrap .tab-content .tab-content-item .sub-item .mark .mark-list-item .lk {
  width: 50%;
  margin-top: 10px;
  color: #fff;
  box-sizing: border-box;
}
.business-wrap .tab-content .tab-content-item .sub-item .mark .mark-list-item .lk:hover {
  font-weight: 600;
}
.business-wrap .tab-content .tab-content-item .sub-item .mark .mark-tit {
  display: table;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  transform: skew(10deg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.business-wrap .tab-content .tab-content-item .sub-item .mark .mark-tit.special {
  display: table-cell;
  height: 48px;
  font-size: 16px;
  padding-bottom: 15px;
  white-space: initial;
  overflow: initial;
  text-overflow: initial;
  text-align: center;
  vertical-align: middle;
}
.business-wrap .tab-content .tab-content-item .sub-item .mark .mark-info {
  font-size: 14px;
  color: #fff;
  height: 42px;
  margin-left: 10px;
  transform: skew(10deg);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.business-wrap .tab-content .tab-content-item .sub-item:hover .mark {
  bottom: 0;
}

.news-wrap {
  width: 100%;
  background: url(../images/news_bg.png) no-repeat center;
  background-size: 100%;
  background-attachment: fixed;
  overflow: hidden;
}
.news-wrap .news-tit {
  margin-top: 60px;
  font-size: 28px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .news-wrap .news-tit {
    font-size: 24px;
  }
}
.news-wrap .news-tab-list {
  width: 445px;
  margin: 46px auto;
}
.news-wrap .news-tab-list .news-tab-item {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 40px;
  margin: 0 10px;
  text-align: center;
  line-height: 40px;
  color: #333;
  transition: all .3s linear;
  z-index: 5;
}
.news-wrap .news-tab-list .news-tab-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  transform: skew(-30deg);
  color: #333;
  transition: all .3s linear;
  z-index: -1;
}
.news-wrap .news-tab-list .news-tab-item:hover, .news-wrap .news-tab-list .news-tab-item.cur {
  color: #fff;
}
.news-wrap .news-tab-list .news-tab-item:hover::after, .news-wrap .news-tab-list .news-tab-item.cur::after {
  background: #0e57a2;
}
.news-wrap .news-tab-content {
  width: 100%;
}
.news-wrap .news-tab-content .news-tab-content-item {
  display: none;
  height: 321px;
}
.news-wrap .news-tab-content .news-tab-content-item.active {
  display: block;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-left {
  position: relative;
  float: left;
  width: 568px;
  height: 321px;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-left .lk {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-left .lk:hover img {
  transform: scale(1.1);
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-left img {
  width: 100%;
  height: 100%;
  transition: transform .2s linear;
}
.news-wrap .news-tab-content .news-tab-content-item .news-mark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.news-wrap .news-tab-content .news-tab-content-item .news-mark .tit {
  position: relative;
  padding-left: 55px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-wrap .news-tab-content .news-tab-content-item .news-mark .time {
  position: absolute;
  display: block;
  top: 3px;
  left: 0;
  width: 36px;
  height: 48px;
  font-size: 12px;
  font-family: "bebas";
}
.news-wrap .news-tab-content .news-tab-content-item .news-mark .time i {
  position: relative;
  display: block;
  margin-top: 10px;
  text-align: center;
  font-style: normal;
}
.news-wrap .news-tab-content .news-tab-content-item .news-mark .time i:first-child {
  margin-top: 2px;
}
.news-wrap .news-tab-content .news-tab-content-item .news-mark .time i:first-child::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -36%;
  width: 100%;
  height: 1px;
  background: #fff;
}
.news-wrap .news-tab-content .news-tab-content-item .news-mark .info {
  font-size: 14px;
  margin-top: 15px;
  line-height: 24px;
  padding-left: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right {
  float: right;
  width: calc(100% - 592px);
  height: 100%;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right .list {
  height: 100%;
  overflow: hidden;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right .item {
  margin-bottom: 21px;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right .item:last-child {
  margin-bottom: 0;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right .item .lk {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right .item .lk:hover .time {
  border-color: #fff;
  background: #0e57a2;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right .item .lk:hover .time i {
  color: #fff;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right .item .lk:hover .time i:first-child::after {
  background: #fff;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right .item .lk:hover .info {
  color: #0e57a2;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right .item .lk .time {
  width: 36px;
  height: 42px;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #999;
  transition: all .3s linear;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right .item .lk .time i {
  position: relative;
  display: block;
  margin-top: 5px;
  text-align: center;
  font-style: normal;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right .item .lk .time i:first-child {
  margin-top: 2px;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right .item .lk .time i:first-child::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25%;
  width: 100%;
  height: 1px;
  background: #999;
}
.news-wrap .news-tab-content .news-tab-content-item .news-content-right .item .lk .info {
  flex: 1;
  margin-left: 12px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color .3s linear;
}
.news-wrap .more {
  width: 160px;
  height: 40px;
  margin: 65px auto;
}
.news-wrap .more .lk {
  display: block;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #999;
  color: #0e57a2;
  transition: all .3s linear;
}
.news-wrap .more .lk:hover {
  background: #0e57a2;
  color: #fff;
  border-color: #0e57a2;
}

.nums-wrap {
  width: 100%;
  height: 340px;
  background: url(../images/num-bg.png) no-repeat center;
}
.nums-wrap .nums-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 340px;
}
.nums-wrap .nums-list .item {
  width: 216px;
}
.nums-wrap .nums-list span {
  position: relative;
  font-size: 54px;
  font-weight: bold;
  color: #fff;
}
.nums-wrap .nums-list span:after {
  content: '+';
  position: absolute;
  color: #fff;
}
.nums-wrap .nums-list .tit {
  margin-top: 5px;
  font-size: 20px;
  color: #fff;
  text-align: left;
}

.cooperation-wrap {
  width: 100%;
}
.cooperation-wrap .tit {
  margin: 60px 0;
  font-size: 24px;
  text-align: center;
  color: #333;
}
.cooperation-wrap .slide-select {
  position: relative;
  margin-bottom: 100px;
}
.cooperation-wrap .slide-select .swiper-button-prev2 {
  left: -30px;
}
.cooperation-wrap .slide-select .swiper-button-next2 {
  right: -30px;
}
.cooperation-wrap .swiper2 {
  width: 100%;
  height: 50%;
  margin: 0 auto;
}
.cooperation-wrap .swiper2 .swiper-slide {
  background: #fff;
}
.cooperation-wrap .swiper2 .swiper-slide .sub-item {
  position: relative;
  float: left;
  width: 190px;
  height: 125px;
}
.cooperation-wrap .swiper2 .swiper-slide .sub-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 160px;
  width: auto;
  max-height: 80px;
  height: auto;
}
.cooperation-wrap .btn-group .prev,
.cooperation-wrap .btn-group .next {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  transition: background-color .3s linear;
}
.cooperation-wrap .btn-group .prev:hover,
.cooperation-wrap .btn-group .next:hover {
  background-color: #ddd;
}
.cooperation-wrap .btn-group .prev img,
.cooperation-wrap .btn-group .next img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
.cooperation-wrap .btn-group .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.cooperation-wrap .btn-group .icon-xiangzuo {
  left: -2%;
}
.cooperation-wrap .btn-group .icon-xiangyou {
  right: -2%;
}

@keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}
@-ms-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}
@-moz-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}
@-o-keyframes a_banner {
  0% {
    transform: translate(-50%, 20px);
    -webkit-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes a_banner_start {
  0% {
    transform: translate(0, 88px);
    -webkit-transform: translate(0, 88px);
    -ms-transform: translate(0, 88px);
    -moz-transform: translate(0, 88px);
    -o-transform: translate(0, 88px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}
@-webkit-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}
@-ms-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}
@-moz-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}
@-o-keyframes a_banner_end {
  0% {
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -88px);
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -moz-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    opacity: 1;
  }
}
@keyframes a_banner_s_line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  20% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
  30% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
  }
  31% {
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes a_banner_word {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  12.5% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translate(0, -70px);
    opacity: 0;
  }
  25.01% {
    -webkit-transform: translate(0, -70px);
    opacity: 0;
  }
  25.02% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }
  87.5% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes a_banner_word_2 {
  0% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }
  12.5% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(0, 0px);
    opacity: 1;
  }
  37.5% {
    -webkit-transform: translate(0, 0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, -70px);
    opacity: 0;
  }
  50.01% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 70px);
    opacity: 0;
  }
}

/*# sourceMappingURL=index.css.map */
